x86/HVM: remove dead code
authorJan Beulich <jbeulich@suse.com>
Tue, 5 Apr 2016 11:24:40 +0000 (13:24 +0200)
committerJan Beulich <jbeulich@suse.com>
Tue, 5 Apr 2016 11:24:40 +0000 (13:24 +0200)
commit89e97251ce1e56b54d77981105eaaf7270314cbf
treed6bec6845786554699b8a040f9e0eee5177a53fc
parent4d27280572819ca71b772421394c4c811b1d6abd
x86/HVM: remove dead code

With commit 96ae556569 ("x86/HVM: fix forwarding of internally cached
requests") rc doesn't change anymore in the respective preceding
switch() statements.

Coverity ID: 1358080
Signed-off-by: Jan Beulich <jbeulich@suse.com>
Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com>
xen/arch/x86/hvm/intercept.c